Skip to main content

scrollbarSecondColor

Type

property

Summary

Specifies the secondary color that the table's scroll bar indicators will have.

Syntax

set the scrollbarSecondColor of widget to <RGBA Color>
get the scrollbarSecondColor of widget

Description

Use the scrollbarSecondColor property to specify the secondary color that the table's scroll bar indicators will have. Can be conbined with scrollbarFirstColor to create a gradient effect

Examples

set the scrollbarSecondColor of widget"PolyGrid" to "0,0,255,157"